projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24c67ef
)
box: Replace tabs with spaces
author
Timm Bäder
<mail@baedert.org>
Sun, 27 Dec 2020 17:14:57 +0000
(18:14 +0100)
committer
Timm Bäder
<mail@baedert.org>
Sun, 3 Jan 2021 10:01:29 +0000
(11:01 +0100)
gtk/gtkbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbox.c
b/gtk/gtkbox.c
index f59595a3b0b6d95ce27803551df4271752bf6290..074d98d2a3dd76b632a84252b93921ffc941689f 100644
(file)
--- a/
gtk/gtkbox.c
+++ b/
gtk/gtkbox.c
@@
-346,7
+346,7
@@
gtk_box_new (GtkOrientation orientation,
*/
void
gtk_box_set_homogeneous (GtkBox *box,
- gboolean homogeneous)
+
gboolean homogeneous)
{
GtkBoxLayout *box_layout;
@@
-393,7
+393,7
@@
gtk_box_get_homogeneous (GtkBox *box)
*/
void
gtk_box_set_spacing (GtkBox *box,
- int spacing)
+
int spacing)
{
GtkBoxLayout *box_layout;
@@
-441,7
+441,7
@@
gtk_box_get_spacing (GtkBox *box)
*/
void
gtk_box_set_baseline_position (GtkBox *box,
- GtkBaselinePosition position)
+
GtkBaselinePosition position)
{
GtkBoxLayout *box_layout;